home *** CD-ROM | disk | FTP | other *** search
/ Saturn 2 / Saturn 2 Edition.iso / utils / 250 / 250.exe / COPY72.BAT < prev    next >
DOS Batch File  |  1993-08-18  |  1KB  |  38 lines

  1. rem  This batch file can be used to install all distributed files if,
  2. rem  for some reason, you don't want to use the INSTALL program. Before
  3. rem  running this batch file you'll need to manually copy LHARC.EXE and
  4. rem  this batch file from our first distribution diskette to a directory
  5. rem  on your DOS path.
  6. rem
  7. rem  %1 is "from" drive (a or b)
  8. rem  %2 is "to" drive (c, d, etc.)
  9.  
  10. %2:
  11.  
  12.  
  13. md \EW 
  14. cd \EW 
  15. copy %1:\changes.txt
  16. lharc x %1:\FILES1  ew.exe ew.hlp ew.wri ewapi.dll ewstr.dll
  17. copy %1:\ewtech.lzh
  18. copy %1:\licence.txt
  19. copy %1:\moredoc.txt
  20. copy %1:\noreg.frm
  21. copy %1:\order.frm
  22. copy %1:\packing.lst
  23. copy %1:\read.me
  24. copy %1:\vendor.txt
  25. lharc x %1:\FILES1  ewx.exe ewx.pif patch.exe
  26.  
  27. md \EW\USER 
  28. cd \EW\USER 
  29. lharc x %1:\FILES1  ansioem.ewd backtab.ewd beginend.ewd clearini.doc clearini.ewd
  30. lharc x %1:\FILES1  counter.ewd localopt.ewd selword.ewd
  31.  
  32. md \EW\API 
  33. cd \EW\API 
  34. lharc x %1:\FILES1  ansioem.pas backtab.c backtab.def backtab.mak beginend.pas
  35. lharc x %1:\FILES1  counter.pas ewapi.h ewapi.lib ewapi.sup ewapiimp.pas
  36. lharc x %1:\FILES1  ewuser.inc killdll.doc killdll.exe localopt.c localopt.def
  37. lharc x %1:\FILES1  localopt.mak selword.c selword.def selword.mak
  38.